Skip to content

Commit

Permalink
package/filetype: actually install python-filetype package (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 authored Apr 26, 2024
1 parent dc2d715 commit d720245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ menu "External python modules"
source "package/python-fastapi/Config.in"
source "package/python-fastjsonschema/Config.in"
source "package/python-fire/Config.in"
source "package/python-filetype/Config.in"
source "package/python-flask/Config.in"
source "package/python-flask-babel/Config.in"
source "package/python-flask-cors/Config.in"
Expand Down
2 changes: 1 addition & 1 deletion package/python-filetype/python-filetype.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PYTHON_FILETYPE_VERSION = 1.2.0
PYTHON_FILETYPE_SOURCE = filetype-$(PYTHON_FILETYPE_VERSION).tar.gz
PYTHON_FILETYPE_SITE = https://files.pythonhosted.org/packages/bb/29/745f7d30d47fe0f251d3ad3dc2978a23141917661998763bebb6da007eb1
PYTHON_FILETYPE_SETUP_TYPE = pep517
PYTHON_FILETYPE_LICENSE = Public Domain
PYTHON_FILETYPE_LICENSE = MIT
PYTHON_FILETYPE_LICENSE_FILES = LICENSE

$(eval $(python-package))

0 comments on commit d720245

Please sign in to comment.