[Python-modules-commits] [python-asyncssh] 01/01: Depends on python-pybcrypt instead of python-bcrypt
Vincent Bernat
bernat at moszumanska.debian.org
Sat May 21 14:35:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository python-asyncssh.
commit 670a33b15b32c4e4f0e741066a9e4aad84520add
Author: Vincent Bernat <vincent at bernat.im>
Date: Sat May 21 16:35:14 2016 +0200
Depends on python-pybcrypt instead of python-bcrypt
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index efb0d3c..5fbf983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-asyncssh (1.5.3-1) UNRELEASED; urgency=medium
+ Drop patch for disabling unworking tests.
+ Add a patch to disable tests requiring network access.
* Bump Standards-Version.
+ * Depends on python-pybcrypt instead of python-bcrypt which was changed
+ to another incompatible version.
[ Ondřej Nový ]
* Fixed VCS URL (https)
diff --git a/debian/control b/debian/control
index 2a6023b..18b409d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
python3-setuptools,
python3-crypto,
python3-cryptography,
- python3-bcrypt,
+ python3-pybcrypt | python3-bcrypt (<< 0.5),
openssl,
openssh-client
Standards-Version: 3.9.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git
More information about the Python-modules-commits
mailing list