diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-04 14:00:55 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-04 14:00:55 +0000 |
| commit | 0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3 (patch) | |
| tree | fab63923aad632c55db8f9f4c5670bddde287b83 | |
| parent | f46cad811fe2a618e44981a6e155df13e25afeb0 (diff) | |
| download | poky-0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3.tar.gz | |
python-native: depend on OpenSSL native to get python-urlgrabber-native buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5139 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/python/python-native_2.5.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/python/python-native_2.5.1.bb b/meta/packages/python/python-native_2.5.1.bb index d55475832e..5c23ea9583 100644 --- a/meta/packages/python/python-native_2.5.1.bb +++ b/meta/packages/python/python-native_2.5.1.bb | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | DESCRIPTION = "The Python Programming Language" | 1 | DESCRIPTION = "The Python Programming Language" |
| 2 | HOMEPAGE = "http://www.python.org" | 2 | HOMEPAGE = "http://www.python.org" |
| 3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
| 4 | DEPENDS = "openssl-native" | ||
| 4 | SECTION = "devel/python" | 5 | SECTION = "devel/python" |
| 5 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
| 6 | PR = "ml4" | 7 | PR = "ml5" |
| 7 | 8 | ||
| 8 | EXCLUDE_FROM_WORLD = "1" | 9 | EXCLUDE_FROM_WORLD = "1" |
| 9 | 10 | ||
