Loading pkgs/development/python-modules/acme/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ pyopenssl, pyrfc3339, josepy, pytz, requests, setuptools, }: Loading @@ -25,7 +24,6 @@ buildPythonPackage rec { cryptography pyopenssl pyrfc3339 pytz requests josepy ]; Loading pkgs/development/python-modules/certbot/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ josepy, parsedatetime, pyrfc3339, pytz, setuptools, dialog, gnureadline, Loading @@ -25,14 +24,14 @@ buildPythonPackage rec { pname = "certbot"; version = "4.1.1"; version = "5.1.0"; pyproject = true; src = fetchFromGitHub { owner = "certbot"; repo = "certbot"; tag = "v${version}"; hash = "sha256-nlNjBbXd4ujzVx10+UwqbXliuLVVf+UHR8Dl5CQzsZo="; hash = "sha256-jKhdclLBeWv6IxIZQtD8VWbSQ3SDZePA/kTxjiBXJ4o="; }; postPatch = "cd certbot"; # using sourceRoot would interfere with patches Loading @@ -48,8 +47,6 @@ buildPythonPackage rec { josepy parsedatetime pyrfc3339 pytz setuptools # for pkg_resources ]; buildInputs = [ Loading Loading
pkgs/development/python-modules/acme/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ pyopenssl, pyrfc3339, josepy, pytz, requests, setuptools, }: Loading @@ -25,7 +24,6 @@ buildPythonPackage rec { cryptography pyopenssl pyrfc3339 pytz requests josepy ]; Loading
pkgs/development/python-modules/certbot/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ josepy, parsedatetime, pyrfc3339, pytz, setuptools, dialog, gnureadline, Loading @@ -25,14 +24,14 @@ buildPythonPackage rec { pname = "certbot"; version = "4.1.1"; version = "5.1.0"; pyproject = true; src = fetchFromGitHub { owner = "certbot"; repo = "certbot"; tag = "v${version}"; hash = "sha256-nlNjBbXd4ujzVx10+UwqbXliuLVVf+UHR8Dl5CQzsZo="; hash = "sha256-jKhdclLBeWv6IxIZQtD8VWbSQ3SDZePA/kTxjiBXJ4o="; }; postPatch = "cd certbot"; # using sourceRoot would interfere with patches Loading @@ -48,8 +47,6 @@ buildPythonPackage rec { josepy parsedatetime pyrfc3339 pytz setuptools # for pkg_resources ]; buildInputs = [ Loading