mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/python3: add provides=py3-pip
python3 includes pip, but python2 does not; there's a separate package py2-pip. Debian does not respect upstream's decision to bundle pip with Python 3, so some users may be confused when they don't find py3-pip package in Alpine.
This commit is contained in:
parent
0170371a59
commit
efb2b3853e
@ -4,11 +4,12 @@
|
||||
pkgname=python3
|
||||
pkgver=3.5.2
|
||||
_basever="${pkgver%.*}"
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A high-level scripting language"
|
||||
url="http://www.python.org"
|
||||
arch="all"
|
||||
license="custom"
|
||||
provides="py3-pip"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tests py3-tkinter:tkinter"
|
||||
depends=""
|
||||
makedepends="expat-dev openssl-dev zlib-dev ncurses-dev bzip2-dev xz-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user