python-pyzmq/_constraints
Matej Cepl 6dd4546c28 Accepting request 872200 from home:bnavigator:branches:devel:languages:python
- 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
2021-02-14 20:39:30 +00:00

7 lines
116 B
Plaintext

<constraints>
<hardware>
<memory>
<size unit="M">8000</size>
</memory>
</hardware>
</constraints>