Go to file
Hongxu Jia 13042b49ea python3-astor: fix VERSION file not found
...
import astor
  File "/usr/lib/python3.7/site-packages/astor/__init__.py", line 24, in <module>
    with open(os.path.join(ROOT, 'VERSION')) as version_file:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.7/site-packages/astor/VERSION'
...

Place the value in a simple VERSION text file and have both setup.py and the
project code read it. With this approach you must make sure that the VERSION
file is included in all your source and binary distributions (e.g. add include
VERSION to your MANIFEST.in). [1]

[1] https://packaging.python.org/guides/single-sourcing-package-version/

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02 09:48:20 -08:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems fuse3: upgrade 3.8.0 -> 3.9.0 2019-12-18 15:47:20 -08:00
meta-gnome yelp-xsl: upgrade 3.34.0 -> 3.34.2 2019-12-29 10:22:57 -08:00
meta-initramfs klibc: Apply -no-integrated-as on mips/clang 2019-12-14 21:10:18 -08:00
meta-multimedia vorbis-tools: Use external gettext 2020-01-02 09:40:29 -08:00
meta-networking netcat: Fix build with gettext 0.20.x 2020-01-01 22:15:08 -08:00
meta-oe rwmem: Upgrade to latest 2020-01-02 09:40:34 -08:00
meta-perl librole-tiny-perl: upgrade 2.000006 -> 2.001004 2019-11-22 09:22:56 -08:00
meta-python python3-astor: fix VERSION file not found 2020-01-02 09:48:20 -08:00
meta-webserver phpmyadmin: upgrade 4.9.1 -> 4.9.2 2019-12-13 18:29:14 -08:00
meta-xfce xfce4-terminal: upgrade 0.8.8 -> 0.8.9 2019-12-29 10:22:56 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories