SHA256
1
0
forked from pool/python-tox
Matej Cepl 2023-05-12 13:33:05 +00:00 committed by Git OBS Bridge
parent 05f5732558
commit c5d63e6ff6
2 changed files with 11 additions and 0 deletions

10
_constraints Normal file
View File

@ -0,0 +1,10 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">10</size>
</physicalmemory>
<disk>
<size unit="G">24</size>
</disk>
</hardware>
</constraints>

View File

@ -8,6 +8,7 @@ Fri May 5 14:30:53 UTC 2023 - Matej Cepl <mcepl@suse.com>
access
- Add optional_devpi_process.patch to make the package not depend
on devpi_process (which is rather expensive to build).
- Add _constraints.
-------------------------------------------------------------------
Fri Apr 21 12:37:47 UTC 2023 - Dirk Müller <dmueller@suse.com>