Matej Cepl
6dd4546c28
- Update to 22.0.3 - Don't test numpy on python36 flavor, because python36-numpy is no longer available in Tumbleweed (NEP 29) - Make sure we use the Cython backend, not CFFI, wich is for PyPy. * fixes gh#zeromq/pyzmq#1431 and gh#zeromq/pyzmq#1432 - Remove skip_test_tracker.patch - Got an oom error on the build service: Require at least 8GB of RAM through _constraints file OBS-URL: https://build.opensuse.org/request/show/872200 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=93
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">8000</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints> |