Skip to content

Commit 3b02e6c

Browse files
committed
chore: pull autobahn from pypi (attempt #2)
autobahn is available from pypi, so pull it from there rather than its source repository. This makes it easier to manage it, making it same as the vast majority of our dependencies. Try again, now that we have an updated RPM package of autobahn. Updates commit f550ecc Signed-off-by: Pino Toscano <[email protected]>
1 parent b743b94 commit 3b02e6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ django-split-settings = "^1.2.0"
6161
pexpect = "^4.9.0"
6262
ansible-runner = ">=2.3"
6363
python-gnupg = "^0.5.2"
64-
autobahn = { git = "https://github.com/crossbario/autobahn-python.git", rev = "v24.4.2" }
64+
# indirectly needed by twisted, this version avoids issues with newer versions of setuptools:
65+
# https://github.com/crossbario/autobahn-python/pull/1632
66+
autobahn = ">=24.4.2"
6567
psycopg = "^3.1.17"
6668
xxhash = "3.4.*"
6769
pyjwt = { version = "2.7.*", extras = ["crypto"] }

0 commit comments

Comments
 (0)