diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -492,17 +492,6 @@ self: super: { license = [ pkgs.lib.licenses.bsdOriginal ]; }; }; - "dogpile.core" = super.buildPythonPackage { - name = "dogpile.core-0.4.1"; - doCheck = false; - src = fetchurl { - url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz"; - sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy"; - }; - meta = { - license = [ pkgs.lib.licenses.bsdOriginal ]; - }; - }; "ecdsa" = super.buildPythonPackage { name = "ecdsa-0.13.2"; doCheck = false; @@ -1917,7 +1906,6 @@ self: super: { self."deform" self."docutils" self."dogpile.cache" - self."dogpile.core" self."formencode" self."future" self."futures" diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -15,8 +15,7 @@ cryptography==2.6.1 decorator==4.1.2 deform==2.0.8 docutils==0.16.0 -dogpile.cache==0.9.0 -dogpile.core==0.4.1 +dogpile.cache==0.9.2 formencode==1.2.4 future==0.14.3 futures==3.0.2 diff --git a/rhodecode/config/licenses.json b/rhodecode/config/licenses.json --- a/rhodecode/config/licenses.json +++ b/rhodecode/config/licenses.json @@ -1811,17 +1811,6 @@ "url": "http://spdx.org/licenses/BSD-4-Clause.html" } ], - "name": "python2.7-dogpile.core-0.4.1" - }, - { - "license": [ - { - "fullName": "BSD 4-clause \"Original\" or \"Old\" License", - "shortName": "bsdOriginal", - "spdxId": "BSD-4-Clause", - "url": "http://spdx.org/licenses/BSD-4-Clause.html" - } - ], "name": "python2.7-dogpile.cache-0.9.0" }, {