Add missing dependency to py-entrypoints (#4330)

This commit is contained in:
Adam J. Stewart
2017-05-25 09:49:00 -05:00
committed by GitHub
parent 8e9d905794
commit f8a7549f51
3 changed files with 17 additions and 11 deletions

View File

@@ -30,6 +30,8 @@ class PyOrdereddict(PythonPackage):
OrderedDict that works in Python 2.4-2.6."""
homepage = "https://pypi.python.org/pypi/ordereddict"
url = "https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
url = "https://pypi.io/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"
import_modules = ['ordereddict']
version('1.1', 'a0ed854ee442051b249bfad0f638bbec')