summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/beaker
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 17:45:56 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:45 +0200
commit1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9 (patch)
tree328be9ccb89f012f1d33e1b7ff769c51f7e3885b /pkgs/development/python-modules/beaker
parentpython3Packages.flit: 3.0.0 -> 3.2.0 (diff)
downloadnixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar.gz
pythonPackages: move python 2 only expressions to python2-packages.nix
Diffstat (limited to 'pkgs/development/python-modules/beaker')
-rw-r--r--pkgs/development/python-modules/beaker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/beaker/default.nix b/pkgs/development/python-modules/beaker/default.nix
index a429ab682f76..60823b4c077b 100644
--- a/pkgs/development/python-modules/beaker/default.nix
+++ b/pkgs/development/python-modules/beaker/default.nix
@@ -15,8 +15,8 @@
, cryptography
, isPy27
, isPy3k
-, funcsigs
-, pycryptopp
+, funcsigs ? null
+, pycryptopp ? null
}:
buildPythonPackage rec {