Skip to content

Commit

Permalink
talloc: remove python bindings
Browse files Browse the repository at this point in the history
- remove python bindings

```
0 : /usr/share/bee/talloc-2.1.13-1.x86_64/CONTENT
1 : /scratch/local/bee-root/talloc/talloc-2.1.13-2/image/
 0 | 1 | t |  mode |  acc  | uid | gid | nln | file
 X | - | r |0100644|   0644|    0|    0|    1| /usr/include/pytalloc.h
 X | - | r |0100755|   0755|    0|    0|    1| /usr/lib/libpytalloc-util.so.2.1.13
 X | - | s |0120777|   0777|    0|    0|    1| /usr/lib/libpytalloc-util.so.2//libpytalloc-util.so.2.1.13
 X | - | s |0120777|   0777|    0|    0|    1| /usr/lib/libpytalloc-util.so//libpytalloc-util.so.2.1.13
 X | - | r |0100644|   0644|    0|    0|    1| /usr/lib/pkgconfig/pytalloc-util.pc
 X | - | d | 040755|   0755|    0|    0|    3| /usr/lib/python2.7
 X | - | d | 040755|   0755|    0|    0|    2| /usr/lib/python2.7/site-packages
 X | - | r |0100755|   0755|    0|    0|    1| /usr/lib/python2.7/site-packages/talloc.so
```
  • Loading branch information
wwwutz committed Sep 16, 2021
1 parent f9fae81 commit 1a39d6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions talloc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION talloc-2.1.13-1
# BEE_VERSION talloc-2.1.13-2

BEE_BUILDTYPE=autotools

Expand All @@ -23,7 +23,9 @@ build_in_sourcedir

mee_configure() {
. $(python2-config --prefix)/profile
bee_configure

bee_configure \
--disable-python
}

#mee_build() {
Expand Down

0 comments on commit 1a39d6f

Please sign in to comment.