python3Packages.drivelib: Use buildPythonPackage

This commit is contained in:
Martin Weinelt 2022-10-02 18:07:51 +02:00
parent df99716e49
commit 2cf6c1f1b3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,5 +1,5 @@
{ lib
, buildPythonApplication
, buildPythonPackage
, fetchPypi
, expiringdict
, google-auth-httplib2
@ -7,7 +7,7 @@
, google-api-python-client
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "drivelib";
version = "0.3.0";