3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #136729 from samuela/patch-2

python3Packages.deprecated: remove unused tox dependency
This commit is contained in:
Sandro 2021-09-05 03:06:37 +02:00 committed by GitHub
commit c59db4659c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
{ lib, fetchPypi, buildPythonPackage,
wrapt, pytest, tox }:
{ lib, fetchPypi, buildPythonPackage, wrapt, pytest }:
buildPythonPackage rec {
pname = "Deprecated";