[Python-modules-commits] [python-asyncssh] 01/08: Revert "Depends on python-pybcrypt instead of python-bcrypt"
Vincent Bernat
bernat at moszumanska.debian.org
Sat Jul 2 12:15:52 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 aacc72bb8536f94cadddd9a767d0e6337ff97632
Author: Vincent Bernat <bernat at debian.org>
Date: Sat Jul 2 13:51:44 2016 +0200
Revert "Depends on python-pybcrypt instead of python-bcrypt"
This reverts commit 670a33b15b32c4e4f0e741066a9e4aad84520add.
---
debian/changelog | 2 --
debian/control | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5fbf983..efb0d3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,6 @@ 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 18b409d..2a6023b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
python3-setuptools,
python3-crypto,
python3-cryptography,
- python3-pybcrypt | python3-bcrypt (<< 0.5),
+ python3-bcrypt,
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