diff --git a/anda/langs/python/magic-wormhole/magic-wormhole.spec b/anda/langs/python/magic-wormhole/magic-wormhole.spec index 3e747e1718..5838ee5b01 100644 --- a/anda/langs/python/magic-wormhole/magic-wormhole.spec +++ b/anda/langs/python/magic-wormhole/magic-wormhole.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: get things from one computer to another, safely License: MIT URL: https://github.com/magic-wormhole/magic-wormhole @@ -34,6 +34,8 @@ Provides: magic-wormhole %prep %autosetup -n magic-wormhole-%{version} +%pyproject_patch_dependency autobahn:drop_constraints + %build %pyproject_wheel