mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
pythonPackages.googlemaps: Cleanups
This commit is contained in:
parent
e976a92b6e
commit
96c5044b2e
@ -1,6 +1,11 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
{ stdenv
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchFromGitHub
|
||||||
, requests
|
, requests
|
||||||
, responses, pytestCheckHook, pytest, pytestcov, isPy27
|
, responses
|
||||||
|
, pytestCheckHook
|
||||||
|
, pytestcov
|
||||||
|
, isPy27
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user