diff options
-rw-r--r-- | open-source-lorries/python-packages.lorry | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index decb1a2..0fd2028 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -351,7 +351,12 @@ }, "python-packages/py-bcrypt": { "type": "hg", - "url": "https://code.google.com/p/py-bcrypt/" + "url": "https://code.google.com/p/py-bcrypt/", + "description": "Obsolete (use py-bcrypt-git)" + }, + "python-packages/py-bcrypt-git": { + "type": "git", + "url": "https://github.com/pyca/bcrypt.git" }, "python-packages/pyasn1-git": { "type": "git", |