From 80220d777d783fc0b11c491f0c93eb712d38e427 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Mar 2022 23:51:45 +0000 Subject: fixed up js78 --- repo/system/python-requests.xibuild | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 repo/system/python-requests.xibuild (limited to 'repo/system/python-requests.xibuild') diff --git a/repo/system/python-requests.xibuild b/repo/system/python-requests.xibuild deleted file mode 100644 index 50a0d2f..0000000 --- a/repo/system/python-requests.xibuild +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -MAKEDEPS="python " -DEPS="python cacerts" - -SOURCE=git://github.com/psf/requests.git -DESC="the requests module for python" - -package () { - mkdir -p $PKG_DEST/usr/lib/python3.10/site-packages/ - pip install -t $PKG_DEST/usr/lib/python3.10/site-packages/ . -} -- cgit v1.2.1